Expand description
miow
A zero overhead Windows I/O library focusing on IOCP and other async I/O features.
This crate is basically unmaintained. Do not expect new features or new releases.
License
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in miow by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Modules
- Bindings to IOCP, I/O Completion Ports
- Extensions and types for the standard networking primitives.
- Interprocess Communication pipes
Structs
- A wrapper around
OVERLAPPED
to provide “rustic” accessors and initializers.